MemoryStream Constructor(byte[],int,boolean)
In This Topic
Initializes a new
MemoryStream object with the specified byte array.
Syntax
public MemoryStream(
byte[] ,
int ,
boolean
)
|
Parameters
- buffer
- Source buffer.
- length
- writable
- True if the stream is writeable.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When buffer is null. |
See Also